home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / card_10749.txt < prev    next >
Text File  |  1989-08-22  |  1KB  |  52 lines

  1. -- card: 10749 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 29328
  5. -- name: Access Methods C/10
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global btnStatus
  9.   get line 1 of btnStatus
  10.   -- the line number should be tailored for each menu
  11.   repeat with i = 1 to 2
  12.     -- tailor to number of menu items on given menu
  13.     if item i of it is not empty
  14.     then set the hilite of bg btn ("graphic" & i) to true
  15.   else set the hilite of bg btn ("graphic" & i) to false
  16. end repeat
  17. pass openCard
  18. end openCard
  19.  
  20.  
  21. -- part contents for background part 24
  22. ----- text -----
  23. There are two common types of access methods encountered in LANs:
  24.  
  25. ‚Ä¢  Carrier Sensing (CS):  Any device on the network can make a request to 
  26.      send data at any time.
  27. ‚Ä¢  Token Passing:  Each device is given a turn during which it may send data.
  28.  
  29.  
  30. -- part contents for background part 11
  31. ----- text -----
  32. Types of Access Methods
  33.  
  34. -- part contents for background part 45
  35. ----- text -----
  36. 10749
  37.  
  38. -- part contents for background part 44
  39. ----- text -----
  40. Click a choice for more information.
  41.  
  42. -- part contents for background part 26
  43. ----- text -----
  44. Carrier Sensing
  45.  
  46. -- part contents for background part 31
  47. ----- text -----
  48. Token Passing
  49.  
  50. -- part contents for background part 3
  51. ----- text -----
  52. Access Methods